projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f78f90
)
Load ediff-*.el files silently.
author
Glenn Morris
<rgm@gnu.org>
Tue, 27 Nov 2007 04:01:30 +0000
(
04:01
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 27 Nov 2007 04:01:30 +0000
(
04:01
+0000)
lisp/ediff-vers.el
patch
|
blob
|
history
diff --git
a/lisp/ediff-vers.el
b/lisp/ediff-vers.el
index 293acc5a854d2e1754a12f481738cc0be7ab90c6..0fd06176b46cec09326b6a2a39bae68eb21f716e 100644
(file)
--- a/
lisp/ediff-vers.el
+++ b/
lisp/ediff-vers.el
@@
-41,7
+41,7
@@
(load "rcs" 'noerror)
;; (load "vc" 'noerror) ; this sometimes causes compiler error
(or (featurep 'ediff-init)
- (load "ediff-init.el" nil
nil
'nosuffix))
+ (load "ediff-init.el" nil
t
'nosuffix))
)))
;; end pacifier